home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / easy452.zip / EE.CFG < prev    next >
Text File  |  1991-08-13  |  3KB  |  154 lines

  1. ; This is EE.CFG - the configuration file for EasyEdit II
  2.  
  3. ;            PLEASE READ THE MANUAL
  4.  
  5. ; Lines starting with a ';' are ignored
  6.  
  7. ; Any parameter starting with a '%' is taken as an environment variable
  8. ; and is substituted at run-time
  9.  
  10.  
  11. ; Set READROW to ON if you wish to set the cursor
  12. ; to the last row and column edited
  13.  
  14. READROW ON
  15.  
  16. ; Set WRITER_C to OFF if you want to avoid all those R_C files
  17. ; Remember, this will automatically turn OFF the READROW option
  18.  
  19. WRITER_C ON
  20.  
  21. ; Set EDLAST to ON if you wish to edit the last
  22. ; file edited
  23.  
  24. EDLAST ON
  25.  
  26. ; Set AUTOSAVE to ON if you wish for timed backups
  27.  
  28. AUTOSAVE ON
  29.  
  30. ; Set the SAVETIME to the backup frequency
  31.  
  32. SAVETIME 10
  33.  
  34. ; Set LEFTUP to ON if you wish the left arrow to 'wrap' back to the
  35. ; previous line
  36.  
  37. LEFTUP OFF
  38.  
  39. ; set RIGHTDOWN to ON if you wish the right arrow to 'wrap' down to the
  40. ; next line
  41.  
  42. RIGHTDOWN OFF
  43.  
  44. ; Change the format character from @ to anything to match your favourite
  45. ; work processor
  46.  
  47. FORMATCHAR @
  48.  
  49. ; Set ENDHOME to ON if you wish the double striking of <END> or <HOME> to
  50. ; move the cursor down or up the file
  51.  
  52. ENDHOME ON
  53. ;
  54. ; Set SEARCHINIT to the default search options
  55.  
  56. SEARCHINIT U
  57.  
  58. ; Set this ON if you have EMS memory or you want EE to swap most of itslef
  59. ; out when spawining to DOS
  60.  
  61. EMS ON
  62.  
  63. ; Set ABRMEM to the name of a local Abbreviation file which remains in
  64. ; memory all the time
  65.  
  66. ABRMEM EEMEM.ABR
  67.  
  68. ; Set ABRFILE to the name of the abbreviation file which is searched if
  69. ; the abbr. is not found in the ABRMEM file
  70.  
  71. ABRFILE EEFILE.ABR
  72.  
  73. ; Set COLFILE to the name of any color files
  74.  
  75. COLFILE EECOLORF.ILE
  76.  
  77. ; Set the LOADMACRO file to be any .MAC file in the 'home' directory
  78.  
  79. ;LOADMACRO INIT.MAC
  80.  
  81. ; Set the macro number to anything between 1 and 9 to automatically run
  82. ; that macro on entry into EasyEdit II
  83.  
  84. ;RUNMACRO 1
  85.  
  86. ; Set the MOUSE to OFF to disable the use of the mouse
  87.  
  88. MOUSE ON
  89.  
  90. ;Set TOCSEPARATOR to the .... at the end - enclose them in '' as below
  91. ; so a space will be accepted
  92.  
  93. TOCSEPARATOR '.'
  94.  
  95. ; Do we have 'Chapter' before level 0 ?
  96.  
  97. TOCCHAPTER ON
  98.  
  99. ; Length of TOC line before the pagenumbers
  100.  
  101. TOCLENGTH 60
  102.  
  103. ; Print TOC numbers ?
  104.  
  105. TOCNUMBERS OFF
  106.  
  107. ; Indent numbers ?
  108.  
  109. TOCINDENT OFF
  110.  
  111. ; Set FINDSTART to ON to position the cursor at the start of the found
  112. ; string
  113.  
  114. FINDSTART OFF
  115.  
  116. ; Set COMMFILE to ON if you want comments when displaying a listing of
  117. ; print and macro files
  118.  
  119. COMMFILE OFF
  120.  
  121. ; Set CODEPAGE to ON if you are using codepage switching
  122.  
  123. CODEPAGE OFF
  124.  
  125. ; SET SAVEALL to OFF if you only want to save the file in the current
  126. ; window and be asked for all the others
  127.  
  128. saveall ON
  129.  
  130. ; Set ENHANCED to ON if you are using the enhanced keyboard layout
  131.  
  132. enhanced OFF
  133.  
  134. ; Set HOLDDIR to ON if you want to revert to the start directory after a
  135. ; spawn
  136.  
  137. holddir OFF
  138.  
  139. ; set STARTNUM to OFF if you want no page numbers on printing by default
  140.  
  141. startnum on
  142.  
  143. ; set IGNOREM to ON if you want video mode 2 translated to mode 3
  144.  
  145. ignorem off
  146. ;
  147. ;set OWNMENU to ON if you want to use your own menu system.
  148.  
  149. OWNMENU OFF
  150.  
  151. ; set MAKEBAKUP OFF if you don't want the .BAK files to be created
  152.  
  153. MAKEBACKUP ON
  154.